var crypto/x509.x509usefallbackroots
5 uses
crypto/x509 (current package)
root.go#L59: x509usefallbackroots.IncNonDefault() // overriding system certs with fallback certs.
root.go#L65: var x509usefallbackroots = godebug.New("x509usefallbackroots")
root.go#L99: useFallbackRoots = x509usefallbackroots.Value() == "1"
root.go#L105: forceFallbackRoots := x509usefallbackroots.Value() == "1"
root.go#L113: x509usefallbackroots.IncNonDefault() // overriding system certs with fallback certs.
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |